home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global tv
- puppetSound(1, "clicko~1")
- cursorOff()
- set tv to 0
- repeat while the locH of sprite 3 > 114
- set the locH of sprite 3 to the locH of sprite 3 - 5
- set the locH of sprite 4 to the locH of sprite 4 - 5
- set the locH of sprite 5 to the locH of sprite 5 - 5
- updateStage()
- end repeat
- end
-